runtime.synctestBubble.active (field)
13 uses
runtime (current package)
synctest.go#L38: active int // other sources of activity
synctest.go#L113: bubble.active++
synctest.go#L120: bubble.active--
synctest.go#L121: if bubble.active < 0 {
synctest.go#L133: if bubble.running > 0 || bubble.active > 0 {
synctest.go#L145: bubble.active++
synctest.go#L207: bubble.active++
synctest.go#L220: if bubble.active < 0 {
synctest.go#L272: if gp.bubble.running == 0 && gp.bubble.active == 1 {
synctest.go#L276: gp.bubble.active--
synctest.go#L301: gp.bubble.active--
synctest.go#L302: if gp.bubble.active < 0 {
synctest.go#L318: if gp.bubble.running == 0 && gp.bubble.active == 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)